home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / MRAC / Symbols / s-transpose-to-start < prev    next >
Text File  |  1998-08-11  |  205b  |  8 lines

  1. s-transpose-to-start start symbol-lists
  2.  
  3.  
  4. (s-transpose-to-start '(d4 g#3) '((a b c d) (e f g h)))
  5. => ((c d e f) (-e -d -c -b))
  6.  
  7. (s-transpose-to-start '(a g) '((a b c d) (e f g h)))
  8. => ((a b c d) (g h i j))